Add external database role and pipeline#1871
Open
ehelms wants to merge 1 commit intotheforeman:masterfrom
Open
Add external database role and pipeline#1871ehelms wants to merge 1 commit intotheforeman:masterfrom
ehelms wants to merge 1 commit intotheforeman:masterfrom
Conversation
Signed-off-by: Eric D. Helms <ericdhelms@gmail.com>
ianballou
reviewed
Nov 4, 2024
Contributor
ianballou
left a comment
There was a problem hiding this comment.
I hit an error when trying it out:
TASK [foreman_installer : Run installer] *********************************************************************************************************************
fatal: [pi-katello-nightly-centos9-stream-server]: FAILED! => changed=true
cmd: |-
foreman-installer -v --no-colors --scenario katello --foreman-db-manage false --foreman-db-host pi-katello-nightly-centos9-stream-database --foreman-db-database foreman --foreman-db-password foreman --katello-candlepin-manage-db false --katello-candlepin-db-host pi-katello-nightly-centos9-stream-database --katello-candlepin-db-name candlepin --katello-candlepin-db-password candlepin --foreman-proxy-content-pulpcore-manage-postgresql false --foreman-proxy-content-pulpcore-postgresql-host pi-katello-nightly-centos9-stream-database --foreman-proxy-content-pulpcore-postgresql-db-name pulp --foreman-proxy-content-pulpcore-postgresql-password pulp
delta: '0:00:00.303296'
end: '2024-11-04 15:00:30.247603'
msg: non-zero return code
rc: 26
start: '2024-11-04 15:00:29.944307'
stderr: 'ERROR: Scenario (/etc/foreman-installer/scenarios.d/katello.yaml) was not found, can not continue'
stderr_lines: <omitted>
stdout: ''
stdout_lines: <omitted>
Looks like the Katello installer module wasn't installed for some reason.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should help with testing external database use cases. I used it to test the EVR removal (theforeman/foreman-installer#984).